All Questions
2 questions
-2votes
1answer
400views
sed XML parse select text between tags with special characters while deleting other blocks
I am trying to parse an XML which consists of blocks between <JOB> and </JOB> , I am parsing within a do while loop , while reading the block between <JOB> and </JOB> , I am ...
1vote
1answer
2kviews
shell script-to get the value between tags in xml
My xml file is in the below format. I want to get the value between <fullName>..</fullName> tags say ABC and DEF. I am writing this in a while loop to reach each line as I need the value ...